home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / MPW Oberon 2.1168 / UserStartup•Oberon < prev   
Encoding:
Text File  |  1994-05-16  |  360 b   |  13 lines  |  [TEXT/MPS ]

  1. #    UserStartup•Oberon - MPW Shell Oberon Startup File
  2. #
  3.  
  4. #    These defines are required:
  5.  
  6. #    {OLibraries} - Directory that contains Oberon libraries.        
  7.         Set OLibraries "{MPW}Libraries:OLibraries:"
  8.         Export OLibraries
  9.  
  10. #    {OInterfaces} - Directories to search for Oberon interface symbol files.
  11.         Set OInterfaces "{MPW}Interfaces:OInterfaces:"
  12.         Export OInterfaces
  13.